* isearch.el (isearch-lazy-highlight-space-regexp): New variable.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 15 Feb 2007 16:53:53 +0000 (16:53 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 15 Feb 2007 16:53:53 +0000 (16:53 +0000)
(isearch-lazy-highlight-new-loop): Bind it.
(isearch-lazy-highlight-search): Use it.

* replace.el (replace-highlight): Bind search-whitespace-regexp to
nil.

lisp/ChangeLog

index decc4111058f34b70754a553223ae945eb3ef867..b9e83b02f0d405a03d969c8747fc31fa17f0058f 100644 (file)
@@ -1,3 +1,12 @@
+2007-02-15  Chris Moore  <dooglus@gmail.com>
+
+       * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
+       (isearch-lazy-highlight-new-loop): Bind it.
+       (isearch-lazy-highlight-search): Use it.
+
+       * replace.el (replace-highlight): Bind search-whitespace-regexp to
+       nil.
+
 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * font-lock.el (font-lock-extend-region-wholelines):